projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f4da5a
)
Seal private_data pointer in GtkColorSel.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:03 +0000
(11:04 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:03 +0000
(11:04 +0000)
svn path=/trunk/; revision=20557
gtk/gtkcolorsel.h
patch
|
blob
|
history
diff --git
a/gtk/gtkcolorsel.h
b/gtk/gtkcolorsel.h
index 4d2fa855caaef8a580661069b7501eb5ff8a8590..fedb029588e014a19e8519133b0151ead0cd35e1 100644
(file)
--- a/
gtk/gtkcolorsel.h
+++ b/
gtk/gtkcolorsel.h
@@
-60,7
+60,7
@@
struct _GtkColorSelection
GtkVBox parent_instance;
/* < private_data > */
- gpointer
private_data
;
+ gpointer
GSEAL (private_data)
;
};
struct _GtkColorSelectionClass